-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub CI/CD for Linux, macOS, Windows #299
base: master
Are you sure you want to change the base?
Conversation
Also some small build fixes. Related to machinekit#298.
Also some small build fixes. Related to machinekit#298.
Also some small build fixes. Related to machinekit#298.
Also some small build fixes. Related to machinekit#298.
Also some small build fixes. Related to machinekit#298.
Also some small build fixes. Related to machinekit#298.
Also some small build fixes. Related to machinekit#298.
389dbae
to
fb60c2b
Compare
As a test, the release https://github.com/gb-g/QtQuickVcp/releases/tag/05453ee resulted from a push to master in the fork. |
https://github.com/machinekit/QtQuickVcp/pull/299/files#diff-92ab9a36df5d8e9f7076f2fdec59492d1ac2d9cf27ea046767a7fc4d542ef3dcR57 and other lines contain placeholder tokens. Before merging, they need to be replaced by an encrypted token from https://github.com/settings/tokens as described here: |
This adds a GitHub Action workflow to build on Linux and macOS.
Artifacts are deployed to GitHub Releases.
Also add small build fixes.
This is related to #298.